/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.xs-visible {
  display: inherit;
}
@media only screen and (min-width: 992px) {
  .xs-visible {
    display: none;
  }
}

.xs-hidden {
  display: none;
}
@media only screen and (min-width: 992px) {
  .xs-hidden {
    display: inherit;
  }
}

.hide {
  display: none !important;
}

body,
html {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #000000;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

.noscroll {
  overflow: hidden;
}

.overlayModal {
  position: fixed;
  overflow-y: scroll;
  inset: 0;
}

strong {
  font-family: "GothamMedium", Helvetica, Arial, sans-serif;
}

#greyBackgroundDiv {
  background-color: #2A2D35;
}

/**
* Typography
************************************************************/
h1 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2rem;
    line-height: 4rem;
    margin-bottom: 1.75rem;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3rem;
    line-height: 3.75rem;
    margin-bottom: 1.75rem;
  }
}
@media only screen and (min-width: 1299px) {
  h1 {
    font-size: 4.375rem;
    line-height: 5.25rem;
  }
}

p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

h4 {
  margin: 0 1.125rem;
  border-top: 1px solid #ABAD23;
  margin-bottom: 2rem !important;
  padding: 5px 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  h4 {
    margin: 0 2.125rem;
  }
}
@media only screen and (min-width: 1299px) {
  h4 {
    margin: 0 200px;
  }
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

p {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6875rem;
  font-weight: 400;
}
p.big-text, p.big {
  font-size: 1.3125rem;
  line-height: 2rem;
}
p strong {
  font-weight: 600;
}

a {
  color: #04966e;
  text-decoration: underline;
}

/**
* UI Elements
************************************************************/
header {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 95px;
  z-index: 1000;
  background-color: #2A2D35;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  header {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
header .logo {
  height: 20px;
  width: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  header .logo {
    height: 26px;
    width: auto;
    padding-top: 2.125rem;
    padding-left: 2.125rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  header .logo {
    height: 44px;
    width: auto;
  }
}
header .logo.white {
  fill: #ffffff;
}
header a {
  text-decoration: none;
}
header .buttonHolder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .headerButton {
  background-color: #E56A54;
  color: #ffffff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-text-size-adjust: none;
  width: 170px;
  height: 36px;
  margin: 0 5px;
  border: 1px solid #E56A54;
}
@media only screen and (min-width: 768px) {
  header .headerButton:last-child {
    margin-right: 2.125rem;
  }
}
header .headerButton:hover {
  background-color: #FFFFFF;
  color: #E56A54;
}

#mainContainer {
  opacity: 0;
}

article {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: calc(100vh - 95px);
  min-height: calc(100vh - 95px);
  width: 100% !important;
  overflow: hidden;
}
article#article2 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - 95px);
}
article#article2.centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
article#article2 .scroll_arrow {
  position: absolute;
  top: 65vh;
}
article#article2 .h1Window {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: auto;
}
article#article2 .h1Window .mainHeadline {
  white-space: nowrap;
  color: #4C858E;
}
@media only screen and (min-width: 768px) {
  article#article2 .h1Window .mainHeadline br {
    display: none;
  }
}
article.photoGrid {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
article.photoGrid .photoGridRow {
  position: absolute;
  top: 95px !important;
  height: calc(100vh - 95px);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (min-width: 480px) {
  article.photoGrid .photoGridRow {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 600px) {
  article.photoGrid .photoGridRow {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  article.photoGrid .photoGridRow {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  article.photoGrid .photoGridRow {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media only screen and (min-width: 1299px) {
  article.photoGrid .photoGridRow {
    grid-template-columns: repeat(10, 1fr);
  }
}
article.photoGrid .photoGridRow .gridPhotoHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc((100vh - 95px) / 6);
  width: 20vw;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #FFFFFF;
}
@media only screen and (min-width: 480px) {
  article.photoGrid .photoGridRow .gridPhotoHolder {
    width: 16.6666666667vw;
  }
}
@media only screen and (min-width: 600px) {
  article.photoGrid .photoGridRow .gridPhotoHolder {
    width: 14.2857142857vw;
  }
}
@media only screen and (min-width: 768px) {
  article.photoGrid .photoGridRow .gridPhotoHolder {
    width: 12.5vw;
  }
}
@media only screen and (min-width: 992px) {
  article.photoGrid .photoGridRow .gridPhotoHolder {
    width: 11.1111111111vw;
  }
}
@media only screen and (min-width: 1299px) {
  article.photoGrid .photoGridRow .gridPhotoHolder {
    width: 10vw;
  }
}
@media only screen and (min-width: 1299px) {
  article.photoGrid .photoGridRow .gridPhotoHolder {
    height: calc((100vh - 95px) / 6);
  }
}
article.photoGrid .photoGridRow .gridPhotoHolder.large {
  grid-column: span 3;
  grid-row: span 2;
  width: auto;
  height: auto;
}
article.photoGrid .photoGridRow .gridPhotoHolder img {
  height: 100%;
  width: auto;
}
@media only screen and (min-width: 1440px) {
  article.photoGrid .photoGridRow .gridPhotoHolder img {
    width: 100%;
    height: auto;
  }
}
article#article11 {
  height: auto;
  min-height: calc(100vh - 95px);
}
article#article11 .statement {
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100% !important;
  background-color: #2A2D35;
  color: #ffffff;
}
article#article11 .statement p {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  article#article11 .statement p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
article#article11 .statement p span.strong {
  font-weight: bolder;
}
article#article11 .statement p strong {
  font-weight: bolder;
}
article#article11 .statement .container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: space-around;
  -ms-flex-align: space-around;
  -moz-align-items: space-around;
  align-items: space-around;
  height: auto;
  max-height: 80%;
  border: 1px solid #ABAD23;
  padding: 40px 20px;
  margin: 80px 1.125rem;
}
@media only screen and (min-width: 768px) {
  article#article11 .statement .container {
    margin: 80px 2.125rem;
  }
}
@media only screen and (min-width: 1299px) {
  article#article11 .statement .container {
    padding: 40px;
    margin: 80px 200px;
  }
}
article#videoGridFeatured {
  height: auto;
  width: 100% !important;
  background-color: #2A2D35;
  text-align: center;
  top: 95px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
article#videoGridFeatured .videoGridRow {
  height: auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  margin: 20px 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
article#videoGridFeatured .videoGridRow br {
  display: block;
}
@media only screen and (min-width: 768px) {
  article#videoGridFeatured .videoGridRow {
    grid-template-columns: repeat(1, 1fr);
    margin: 20px 2.125rem;
  }
  article#videoGridFeatured .videoGridRow br {
    display: none;
  }
}
@media only screen and (min-width: 1299px) {
  article#videoGridFeatured .videoGridRow {
    margin: 20px 200px;
  }
}
article#videoGridFeatured .videoGridRow a {
  text-decoration: none;
}
article#videoGridFeatured .videoGridRow p {
  color: #ffffff;
  font-size: 0.6875rem;
  line-height: 1.125rem;
  font-style: italic;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
article#videoGridFeatured .videoGridRow .gridVideoHolder {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article .shadowBox {
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.25));
}
article#videoGrid {
  height: auto;
  width: 100% !important;
  background-color: #2A2D35;
  text-align: center;
  top: 95px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
article#videoGrid .clientLogo {
  text-align: left;
  margin: 0 1.125rem;
}
@media only screen and (min-width: 768px) {
  article#videoGrid .clientLogo {
    margin: 0 2.125rem;
  }
}
@media only screen and (min-width: 1299px) {
  article#videoGrid .clientLogo {
    margin: 0 200px;
  }
}
article#videoGrid .clientLogo .clientLogoImg {
  width: auto;
  margin: 0;
  height: 28px;
}
article#videoGrid .clientLogo .clientLogoImg.big {
  height: 28px;
}
@media only screen and (min-width: 1299px) {
  article#videoGrid .clientLogo .clientLogoImg {
    height: 40px;
  }
  article#videoGrid .clientLogo .clientLogoImg.big {
    height: 40px;
  }
}
article#videoGrid .videoGridRowFeatured {
  height: auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  margin: 20px 1.125rem;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  article#videoGrid .videoGridRowFeatured {
    grid-template-columns: repeat(2, 1fr);
  }
}
article#videoGrid .videoGridRowFeatured.fullWidth {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  article#videoGrid .videoGridRowFeatured {
    margin: 20px 2.125rem;
  }
}
@media only screen and (min-width: 1299px) {
  article#videoGrid .videoGridRowFeatured {
    margin: 20px 200px;
  }
}
article#videoGrid .videoGridRowFeatured a {
  text-decoration: none;
}
article#videoGrid .videoGridRowFeatured p {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-style: italic;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
article#videoGrid .videoGridRowFeatured .gridVideoHolder {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article#videoGrid .videoGridRow {
  height: auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  margin: 20px 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
article#videoGrid .videoGridRow br {
  display: block;
}
@media only screen and (min-width: 768px) {
  article#videoGrid .videoGridRow {
    grid-template-columns: repeat(3, 1fr);
    margin: 20px 2.125rem;
  }
  article#videoGrid .videoGridRow br {
    display: none;
  }
}
@media only screen and (min-width: 1299px) {
  article#videoGrid .videoGridRow {
    margin: 20px 200px;
  }
}
article#videoGrid .videoGridRow a {
  text-decoration: none;
}
article#videoGrid .videoGridRow p {
  color: #ffffff;
  font-size: 0.6875rem;
  line-height: 1rem;
  font-style: italic;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
article#videoGrid .videoGridRow .gridVideoHolder {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article#videoGrid .videoContainerGrid {
  margin: 0 1.125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  article#videoGrid .videoContainerGrid {
    margin: 0 2.125rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1299px) {
  article#videoGrid .videoContainerGrid {
    margin: 0 200px;
  }
}
article#videoGrid .videoContainerGrid .videoContainer {
  width: 100%;
}
article#videoGrid .videoContainerGrid .videoContainer .clientLogo {
  margin: 0;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  article#videoGrid .videoContainerGrid .videoContainer .clientLogo {
    margin-bottom: 10px;
  }
}
article#videoGrid .videoContainerGrid .videoContainer .videoGridRow {
  margin: 0;
  grid-template-columns: repeat(1, 1fr) !important;
}

.btn_modal {
  position: relative;
  cursor: pointer !important;
  overflow: hidden;
}
.btn_modal:hover {
  color: #FFFFFF;
  text-decoration: underline !important;
}
.btn_modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_modal .overlay#overlayA {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 350%;
  height: auto;
  margin-top: -28px;
}
@media only screen and (min-width: 1299px) {
  .btn_modal .overlay#overlayA {
    width: 200%;
    height: auto;
  }
}

.sectionSpacer {
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .sectionSpacer {
    height: 40px;
  }
}

footer {
  background-color: white;
  color: black;
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
}
footer p {
  font-size: 0.6rem;
  line-height: 1rem;
}
@media only screen and (min-width: 768px) {
  footer p {
    font-size: 0.75rem;
    line-height: 1.1rem;
  }
}

/*
* OVERLAY & VIDEO
*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  z-index: 1000;
}

.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  height: 80%;
  width: 100%;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 75%;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 95px;
  display: none;
}

.modal-content, #caption {
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  margin: 0;
  border: 0;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.signature {
  width: 160px;
  height: auto;
}